Previous Topic

Next Topic

Setting time span for changes to e-Series login information

Users can be prevented from logging in immediately after they change their e-Series password. The time span can be specified using a cfparam application variable. The default length is 0.

Example:

<cfparam name="application.logoncachequery" default="CreateTimeSpan(0,0,0,0)" type="string">

A variable can be added to the Security folders Module.cfm or Application.cfm file to set a time span to cache the query.

Example:

<cfset application.logoncachequery = "CreateTimeSpan(0,0,5,0)">

See Also

e-Series configuration variables

Custom reports in e-Series

Password verification in e-Series


ASI logo 10.6 Production Release. Updated 3/17/2006 10:20:39 AM
© Copyright by Advanced Solutions International, Inc. All rights reserved.